home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2002 November / SGI IRIX 6.5 Applications 2002 November.iso / dist / gateway.idb / usr / WebFace / Source / 10-InfoSystems / netscape_info / description.frm.z / description.frm
Encoding:
Text File  |  2002-06-12  |  1.3 KB  |  38 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <HTML>
  7. <HEAD>
  8. </HEAD>
  9. <BODY>
  10. <H1>Netscape News and Mail</H1>
  11.  
  12. Netscape Collabra Server is server software that enables employees within
  13. and across organizations to collaborate and share knowledge on group
  14. projects, tasks, and interests over secure channels of communication.
  15. Collabra Server uses the Internet model of collaboration to create
  16. project workgroups, corporate communication channels, and online customer
  17. support discussion groups. 
  18. <P>
  19. Netscape Messaging Server is the third generation of the open
  20. standards-based client-server messaging system that provides superior
  21. directory services, administration, scalability, performance, encryption,
  22. and remote connectivity. Messaging Server is seamlessly integrated with
  23. Netscape Communicator software and dozens of other mail clients, creating
  24. a turnkey messaging system for corporate intranets and communications
  25. across the enterprise.  Messaging Server is part of Netscape SuiteSpot
  26. Standard and Professional Editions.
  27. <P>
  28. You can configure and manage your Netscape Collabra (news) and Netscape
  29. Messaging (mail) servers using these forms:
  30. <UL>
  31. <LI><A HREF="index.netscape_info1.shtml" TARGET="left">Security</A>
  32. <LI><A HREF="index.netscape_info2.shtml" TARGET="left">Administration</A>
  33. </UL>
  34. </BODY>
  35. </HTML>
  36. EndOfFile
  37.  
  38.